home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PD Collection CD 1
/
PD Collection CD 1.iso
/
programer2
/
icon
/
Source
/
Icont
/
H
/
Opcode
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-07-20
|
251 b
|
18 lines
/*
* Opcode table structure.
*/
struct opentry {
char *op_name; /* name of opcode */
int op_code; /* opcode number */
};
/*
* External definitions.
*/
extern struct opentry optable[];
extern int NOPCODES;
#include "../h/opdefs.h"